home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q98 / 4 / 01.TXT
Text File  |  1993-09-28  |  2KB  |  56 lines

  1. DOCUMENT:Q98401  24-SEP-1993  [W_NT]
  2. TITLE   :Number of Available Asynchronous Ports
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. Windows NT does not have the same limit on asynchronous ports that
  17. Windows 3.1 has. This information was taken from the Windows NT
  18. source module, SERIAL.H:
  19.  
  20.    //
  21.    // Up to 16 Ports Per card.  However for sixteen
  22.    // port cards the interrupt status register must me
  23.    // the indexing kind rather then the bitmask kind.
  24.    //
  25.    //
  26.    #define SERIAL_MAX_PORTS_INDEXED (16)
  27.    #define SERIAL_MAX_PORTS_NONINDEXED (8)
  28.  
  29. More Information:
  30.  
  31. For the standard ISA communications ports, each serial port must have
  32. its own interrupt. Otherwise, it depends on the driver. Because COM1
  33. and COM3, and COM2 and COM4 typically share the same interrupts, only
  34. COM1 and COM2 are supported. However, the eight port multiport board
  35. can share the interrupt because there is only one device generating
  36. the interrupt.
  37.  
  38. Additional reference words: 3.10
  39. KBCategory:
  40. KBSubCategory: HRDWR
  41.  
  42. =============================================================================
  43.  
  44. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  45. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  46. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  47. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  48. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  49. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  50. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  51. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  52. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  53. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  54. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  55.  
  56. Copyright Microsoft Corporation 1993.